From: Chong Yidong Date: Sun, 1 Apr 2007 22:03:03 +0000 (+0000) Subject: (command_loop_1): Fcommand_remapping has new arg; caller changed. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1190 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=eb0e3d5acceff82b61cf1c4f74605b5839e933ed;p=emacs.git (command_loop_1): Fcommand_remapping has new arg; caller changed. --- diff --git a/src/keyboard.c b/src/keyboard.c index f2fbb68733d..bda07473ccf 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -1691,7 +1691,7 @@ command_loop_1 () if (SYMBOLP (cmd)) { Lisp_Object cmd1; - if (cmd1 = Fcommand_remapping (cmd, Qnil), !NILP (cmd1)) + if (cmd1 = Fcommand_remapping (cmd, Qnil, Qnil), !NILP (cmd1)) cmd = cmd1; }